home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.res_code == 401)
- {
- if(_root.serial_enable == 0)
- {
- _root.res_code = -1;
- fscommand("entry_user");
- _root.checkMC.step = "domain";
- _root.checkMC.check = true;
- _root.baseMC.targetMC._y = 60;
- }
- else if(_root.serial_enable == 1)
- {
- _root.baseMC.targetMC.gotoAndStop(lavel);
- this.gotoAndStop(1);
- _root.baseMC.targetMC._y = 60;
- }
- }
- else if(_root.password == "")
- {
- _root.baseMC.targetMC.gotoAndStop(lavel);
- this.gotoAndStop(1);
- _root.baseMC.targetMC._y = 60;
- }
- else if(_root.serial_enable == 0)
- {
- _root.res_code = -1;
- fscommand("auth_user");
- _root.checkMC.step = "step02";
- _root.checkMC.check = true;
- _root.baseMC.targetMC._y = 60;
- }
- else if(_root.serial_enable == 1)
- {
- _root.baseMC.targetMC.gotoAndStop(lavel);
- this.gotoAndStop(1);
- _root.baseMC.targetMC._y = 60;
- }
- yesB.gotoAndStop(1);
- }
-